home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d947.lha / NewTool / NewTool.doc < prev    next >
Text File  |  1993-12-20  |  3KB  |  102 lines

  1. NewTool v38.203
  2. Release 2.0a
  3.  
  4. NewTool and this documentation are Copyright © 1993 by Michael Barsoom.
  5.  
  6. -+- License  -+-
  7.  
  8. NewTool may be freely distributed as long as no charge is made other
  9. than to cover time and copying costs.  This should be no higher than what
  10. Fred Fish charges from one of his freely redistributable disks.
  11.  
  12. You may not copy and/or distribute this program without the accompanying
  13. documentation unless you get permission from the author to do so.
  14.  
  15. Fred Fish has permission to include this program on his FD disks/CDRoms.
  16.  
  17. -+- Disclaimer -+-
  18.  
  19. This product is sold "as is" without representation or warranty of
  20. any kind, either expressed or implied. The user assumes all risks and
  21. responsibilities related to its use.
  22.  
  23. -+- Introduction -+-
  24.  
  25. NewTool will change the default tool of project and disk icons automatically
  26. in one of three ways:
  27. 1) You can specify the default tool to use
  28. 2) You can use a file requester to pick the default tool
  29. 3) You can have new tool automatically pick the right default tool depending
  30.    on the file type.
  31. I wrote it to be used from DOpus or from programs that add programs to the
  32. Tools menu (ie. ToolManager © Stefan Becker or ToolDaemon © Nico Francois)
  33.  
  34. -+- Requirements -+-
  35.  
  36. 1) Workbench 2.0+
  37. 2) ReqTools library v38+  (© Nico Francois)
  38. 3) WhatIs library (© S.R. & P.C.)
  39. 4) some icons.
  40.  
  41. -+- Usage -+-
  42.  
  43. From CLI only.
  44.  
  45. NewTool <icons> <default tool | REQ=REQUEST | AUTO>
  46.  
  47. 1) Replace default tool with specified tool.
  48.  
  49. For example:  NewTool newtool.doc multiview
  50. Will replace the default tool of newtool.doc.info to multiview.
  51.  
  52. 2) Use file requester to choose new default tool.
  53. You can also use the ReqTools file requester to choose the default tool.  To
  54. do this specify the default tool as REQ=REQUEST, this will bring up the file
  55. requester for you to choose the default tool you want.
  56.  
  57. For example:  NewTool newtool.doc REQUEST
  58. Will let give you a file requester to choose the new default tool for
  59. newtool.doc.info.
  60.  
  61. 3) Have NewTool automaticaly choose the new default tool depending on the
  62. configuration file and what the file type is.
  63. (see example config file to see how to configure this to your liking)
  64.  
  65. For example:  NewTool newtool.doc AUTO
  66. Will parse the file determine what type of file it is and change the default tool
  67. to the one specified in ENV:NewTool.prefs or S:NewTool.prefs
  68.  
  69. Note:
  70. You may specify as many icons as you wish (with or without the .info), but the
  71. last argument must be either the tool you wish to use as the default or one of
  72. the two keywords.
  73.  
  74. -+- Thanks -+-
  75.  
  76. To my loving wife Barbara.
  77.  
  78. -+- Bugs, Suggestions -+-
  79.  
  80. you can reach me at:
  81.  
  82. 5524 Pine Street
  83. Omaha NE 68106
  84. USA
  85.  
  86. Internet:  mbars@creighton.edu
  87. Fidonet:   Mike Barsoom @ 1:285/11.9
  88. AmigaNet:  Mike Barsoom @ 40:200/10.9
  89.  
  90. -+- History -+-
  91. v37.100  Release 1.0
  92.  
  93. v37.201  Release 2.0
  94.  
  95.   o Now requires WhatIs library. Can change the default tool according to
  96.     what the file type is.
  97.   o If one of the required libraries was not found, the other libraries
  98.     were not closed before exiting (fixed).
  99.  
  100. v37.203  Release 2.0a
  101.  
  102.   o Cleaned up code a bit making the executable shorter.